www.gusucode.com > vc++ 远程控制示例源程序-源码程序 > vc++ 远程控制示例源程序-源码程序\code\PeerYouC\PeerFileToolBar.cpp

    //Download by http://www.NewXing.com
// PeerFileToolBar.cpp : implementation file
//

#include "stdafx.h"
#include "peeryouc.h"
#include "PeerFileToolBar.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CPeerFileToolBar

CPeerFileToolBar::CPeerFileToolBar()
{
}

CPeerFileToolBar::~CPeerFileToolBar()
{
}


BEGIN_MESSAGE_MAP(CPeerFileToolBar, CToolBar)
	//{{AFX_MSG_MAP(CPeerFileToolBar)
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CPeerFileToolBar message handlers